home *** CD-ROM | disk | FTP | other *** search
/ Acorn Risc Technologies StrongARM CD-ROM / Acorn Risc Technologies StrongARM CD-ROM.iso / ftp / documents / acornusr / 1991 / sep91 < prev   
Encoding:
Text File  |  1996-02-28  |  4.2 KB  |  97 lines

  1. 23/02/95
  2. A number of people who purchased BBC systems many years ago also purchased
  3. Epson MX 80/100 printers. The following information will enable you to
  4. change the !PrinterDM application supplied with the Archimedes and BBC A3000
  5. to drive the MX series correctly.
  6.  
  7. Make a copy of the !PrinterDM printer driver application on a new disc. You
  8. can do this by formatting a new disc and dragging the !PrinterDM application
  9. from the window for your applications disc to the window for the new disc.
  10. Now load the !Edit program, which you will need to alter the settings inside
  11. the printer driver application.
  12.  
  13. Hold down the shift key and double click on the copy of the !PrinterDM,
  14. which will open a window showing the files that form the application. The
  15. file PrData is the one that needs to be altered, and this can be dragged to
  16. !Edit's icon. The PrData file is designed to be readable by both humans and
  17. the !PrinterDM program and you should be able to locate the settings for
  18. various types of printer. There are 13 printer types supplied as standard
  19. and we will add a further two by entering the attached text at the end of
  20. the settings and before the line "Page Size Settings". When you have done so
  21. save the PrData file.
  22.  
  23. You can now start your new !PrinterDM by double clicking on its icon. When
  24. the driver is loaded click select once on its icon on the icon bar. This
  25. opens a small window which displays the current driver setting, and clicking
  26. on the printer name will cycle you through all 15 possible printer types,
  27. and do so until you reach the MX drivers. You may wish to choose save
  28. settings from the menu on the printer drivers icon, so that the driver will
  29. automatically start with the MX driver selected.
  30.  
  31. printer_name:    EPSON MX compatible (72 by 72 dpi)
  32. printer_number:  13
  33.  
  34. pxres:          72                               ; dots per inch
  35. pyres:          72
  36. pxres_halftone: 72/4
  37. pyres_halftone: 72/4
  38.  
  39. dump_depth:     8                                ; 8 pin
  40. line_prologue:  "<27>K"                          ; select appropriate mode
  41. line_epilogue:  "<27>A<0><13><27>A<8><10><27>2"  ; move down 8/72 inch
  42. job_epilogue:   ""
  43.  
  44. .............................................................
  45.  
  46. printer_name:    EPSON MX compatible (144 by 72 dpi)
  47. printer_number:  14
  48.  
  49. pxres:          144                               ; dots per inch
  50. pyres:          72
  51. pxres_halftone: 144/8
  52. pyres_halftone: 72/4
  53.  
  54. dump_depth:     8                                ; 8 pin
  55. line_prologue:  "<27>L"                          ; select appropriate mode
  56. line_epilogue:  "<27>A<0><13><27>A<8><10><27>2"  ; move down 8/72 inch
  57. job_epilogue:   ""
  58.  
  59. .............................................................
  60.  
  61. We often receive requests for further information from people wishing to
  62. design and build interfaces and peripherals for their own use, or as part of
  63. a design project. There are many suitable books that can be used in
  64. conjunction with such projects.
  65.  
  66. The two most suitable ports on the BBC B/B+ and Master 128 are the user and
  67. analogue ports. There is a discussion of the use of these ports and how to
  68. write software that reads and writes to them, in "The New Advanced User
  69. Guide", by Dickens and Holmes, published by Adder or the earlier "Advanced
  70. User Guide", by Bray, Dickens and Holmes published by the Cambridge
  71. Microcomputer Centre.
  72.  
  73. Apart from good book shops Farnell Electronic Components and RS Components
  74. both list suitable book titles in their catalogues. Specific BBC based
  75. titles such as "Interfacing with the BBC Micro" (Farnell Order Code 171-800)
  76. will probably be of use.
  77.  
  78. It is possible for the  mouse,  supplied  with  the  Archimedes and BBC
  79. A3000 computer systems, to be used with the PC Emulator.  This requires your
  80. DOS disc to contain the file:
  81.  
  82. mouse.sys
  83.  
  84. The PC Emulator is not  supplied with this file as it is normal for any
  85. Microsoft  package, which supports the mouse,  to  contain  a  suitable
  86. mouse driver. If your DOS disc does not contain this file you will have to
  87. copy  it,  from  the software package on which it was supplied, onto your
  88. DOS disc.
  89.  
  90. Once you have the file on your DOS  disc  you  will  have to ammend the
  91. config.sys file with the following line:
  92.  
  93. device=mouse.sys
  94.  
  95. If you are unsure of how to do this the instructions, on  page  9 of the
  96. PC Emulator booklet, describe the  process  for amending this file.
  97.